projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f9eed
)
Indentation fix
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 Oct 2014 11:19:50 +0000
(07:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 Oct 2014 11:19:50 +0000
(07:19 -0400)
gtk/gtkmenusectionbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmenusectionbox.c
b/gtk/gtkmenusectionbox.c
index 8256aea97e580d115e034a825628d15015f45c30..03523a51d74688dee3e7673faca31afdca579e50 100644
(file)
--- a/
gtk/gtkmenusectionbox.c
+++ b/
gtk/gtkmenusectionbox.c
@@
-354,7
+354,7
@@
gtk_menu_section_box_dispose (GObject *object)
box->separator_sync_idle = 0;
}
-
g_clear_object (&box->separator);
+ g_clear_object (&box->separator);
if (box->tracker)
{